[Orc] Add a Kaleidoscope/Orc tutorial demonstrating lazy-codegen.
[oota-llvm.git] / lib /
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getLanguage()
2015-02-06 Duncan P. N. Exon... Support: Rewrite dwarf::LanguageString(), NFC
2015-02-06 Duncan P. N. Exon... IR: Allow 32-bits for lines in debug location
2015-02-06 Sanjay Pateluse local variables; NFC
2015-02-06 Duncan P. N. Exon... Support: Stop stringifying DW_LANG_{lo,hi}_user
2015-02-06 Duncan P. N. Exon... AsmParser: Use DW_TAG_hi_user instead of magic constant...
2015-02-06 Duncan P. N. Exon... AsmWriter: Extract writeTag(), NFC
2015-02-06 Duncan P. N. Exon... AsmWriter: Extract writeMetadataAsOperand(), NFC
2015-02-06 Evgeniy Stepanov[msan] Fix "missing origin" in atomic store.
2015-02-06 Cameron EsfahaniTest commit to see if it triggers an email to llvm...
2015-02-06 Zachary TurnerTry to fix Makefile build for LLVMDebugInfoPDB.
2015-02-06 Zachary TurnerResubmit "Create lib/DebugInfo/PDB" (r228428)
2015-02-06 Michael ZolotukhinUse estimated number of optimized insns in unroll-thres...
2015-02-06 Michael Zolotukhin[InstSimplify] Add SimplifyFPBinOp function.
2015-02-06 Zachary TurnerRevert "Create lib/DebugInfo/PDB."
2015-02-06 Kostya Serebryany[fuzzer] move default sanitizer options to a separate...
2015-02-06 Zachary TurnerCreate lib/DebugInfo/PDB.
2015-02-06 Lang Hames[Orc] Move SectionMemoryManager's implementation from...
2015-02-06 Quentin Colombet[LiveIntervalAnalysis] Speed up creation of live ranges...
2015-02-06 Adam Nemet[LV] Move addRuntimeCheck to LoopAccessAnalysis
2015-02-06 Reid KlecknerDon't dllexport declarations
2015-02-06 Benjamin KramerMake helper functions/classes/globals static. NFC.
2015-02-06 Matthias BraunInstCombine: Combine select sequences into a single...
2015-02-06 Matthias BraunLiveInterval: Fix SubRange memory leak.
2015-02-06 Benjamin KramerAArch64PromoteConstant: Modernize and resolve some...
2015-02-06 Benjamin KramerIRCE: Demote template to ArrayRef and SmallVector to...
2015-02-06 Chad RosierWhitespace.
2015-02-06 Arnaud A. de Grand... [PBQP] Fix comment wording. NFC
2015-02-06 Michel DanzerR600/SI: Don't enable WQM for V_INTERP_* instructions v2
2015-02-06 Michel DanzerR600/SI: Also enable WQM for image opcodes which calcul...
2015-02-06 Ramkumar RamachandraIntroduce print-memderefs to test isDereferenceablePointer
2015-02-05 Daniel JasperSmall cleanup of MachineLICM.cpp
2015-02-05 Colin LeMahieu[Hexagon] Renaming v4 compare-and-jump instructions.
2015-02-05 Colin LeMahieu[Hexagon] Deleting unused patterns.
2015-02-05 Colin LeMahieu[Hexagon] Simplifying and formatting several patterns...
2015-02-05 Colin LeMahieu[Hexagon] Factoring a class out of some store patterns...
2015-02-05 Colin LeMahieu[Hexagon] Factoring out a class for immediate transfers...
2015-02-05 Alexey Samsonov[ASan] Enable -asan-stack-dynamic-alloca by default.
2015-02-05 Eric ChristopherRemove the use of getSubtarget in the creation of the X86
2015-02-05 Eric ChristopherUse cached subtargets inside X86FixupLEAs.
2015-02-05 Eric ChristopherMigrate the X86 AsmPrinter away from using the subtarge...
2015-02-05 Sylvestre LedruFix an incorrect identifier
2015-02-05 Colin LeMahieu[Hexagon] Renaming Y2_barrier. Fixing issues where...
2015-02-05 Hal Finkel[PowerPC] Prepare loops for pre-increment loads/stores
2015-02-05 Hal Finkel[PowerPC] Generate pre-increment floating-point ld...
2015-02-05 Colin LeMahieu[Hexagon] Renaming A2_subri, A2_andir, A2_orir. Fixing...
2015-02-05 Ahmed Bougacha[CodeGen] Add hook/combine to form vector extloads...
2015-02-05 Andrew TrickX86 ABI fix for return values > 24 bytes.
2015-02-05 Colin LeMahieu[Hexagon] Renaming A2_addi and formatting.
2015-02-05 Sanjay Patelmove fold comments to the corresponding fold; NFC
2015-02-05 Colin LeMahieu[Hexagon] Since decoding conflicts have been resolved...
2015-02-05 Hans WennborgLowerSwitch: Use ConstantInt for CaseRange::{Low,High}
2015-02-05 Hans WennborgLowerSwitch: remove default args from CaseRange ctor...
2015-02-05 Tom StellardR600/SI: Fix bug in TTI loop unrolling preferences
2015-02-05 Tom StellardR600/SI: Fix bug from insertion of llvm.SI.end.cf into...
2015-02-05 Bill Schmidt[PowerPC] Implement the vclz instructions for PWR8
2015-02-05 Rafael EspindolaAdd a FIXME.
2015-02-05 Aaron BallmanRemoving an unused variable warning I accidentally...
2015-02-05 Aaron BallmanSilencing an MSVC warning about a switch statement...
2015-02-05 Bruno Cardoso Lopes[X86][MMX] Handle i32->mmx conversion using movd
2015-02-05 Bruno Cardoso Lopes[X86][MMX] Move MMX DAG node to proper file
2015-02-05 Michael KupersteinTeach isDereferenceablePointer() to look through bitcas...
2015-02-05 Craig Topper[X86] Add xrstors/xsavec/xsaves/clflushopt/clwb/pcommit...
2015-02-05 Craig Topper[X86] Remove two feature flags that covered sets of...
2015-02-05 Matt ArsenaultR600/SI: Fix i64 truncate to i1
2015-02-05 Larisse VoufoDisable enumeral mismatch warning when compiling llvm...
2015-02-05 Michael ZolotukhinImplement new heuristic for complete loop unrolling.
2015-02-05 Cameron EsfahaniValue soft float calls as more expensive in the inliner.
2015-02-05 Reid KlecknerTry to fix the build in MCValue.cpp
2015-02-05 Sean SilvaFixup.
2015-02-05 Sean Silva[MC] Remove various unused MCAsmInfo parameters.
2015-02-05 Duncan P. N. Exon... IR: Rename 'operator ==()' to 'isKeyOf()', NFC
2015-02-05 Colin LeMahieu[Hexagon] Deleting unused instructions and adding isCod...
2015-02-04 Colin LeMahieu[Hexagon] Updating load extend to i64 patterns.
2015-02-04 Kostya Serebryany[fuzzer] add flag prefer_small_during_initial_shuffle...
2015-02-04 Colin LeMahieu[Hexagon] Cleaning up i1 load and extension patterns.
2015-02-04 Colin LeMahieu[Hexagon] Simplifying more load and store patterns...
2015-02-04 Tom StellardR600/SI: Enable subreg liveness by default
2015-02-04 Colin LeMahieu[Hexagon] Simplifying some load and store patterns.
2015-02-04 Duncan P. N. Exon... AsmParser: Split out LineField, NFC
2015-02-04 Colin LeMahieu[Hexagon] Converting absolute-address load patterns...
2015-02-04 Colin LeMahieu[Hexagon] Converting atomic store/load to use AddrGP...
2015-02-04 Colin LeMahieu[Hexagon] Simplifying some store patterns. Adding...
2015-02-04 Kostya Serebryany[fuzzer] add -runs=N to limit the number of runs per...
2015-02-04 Duncan P. N. Exon... Fix GCC error caused by r228211
2015-02-04 Duncan P. N. Exon... IR: Reduce boilerplate in DenseMapInfo overrides, NFC
2015-02-04 Duncan P. N. Exon... AsmParser: Move MDField details to source file, NFC
2015-02-04 Duncan P. N. Exon... AsmParser: Simplify assertion, NFC
2015-02-04 Duncan P. N. Exon... AsmParser: Remove dead code, NFC
2015-02-04 Duncan P. N. Exon... AsmParser: Simplify MDUnsignedField
2015-02-04 Duncan P. N. Exon... IR: Initialize MDNode abbreviations en masse, NFC
2015-02-04 Duncan P. N. Exon... IR: Define MDNode uniquing sets automatically, NFC
2015-02-04 Rafael EspindolaDon' try to make sections in comdats SHF_MERGE.
2015-02-04 Tom StellardR600/SI: Expand misaligned 16-bit memory accesses
2015-02-04 Tom StellardR600/SI: Make more store operations legal
2015-02-04 Tom StellardR600: Don't promote i64 stores to v2i32 during DAG...
2015-02-04 Tom StellardStructurizeCFG: Remove obsolete fix for loop backedge...
2015-02-04 Tom StellardStructurizeCFG: Use a reverse post-order traversal
2015-02-04 Colin LeMahieu[Hexagon] Adding selection for GlobalAddress and conver...
2015-02-04 Duncan P. N. Exon... Utils: Resolve cycles under distinct MDNodes
next