aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-171-0/+5
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-173-16/+25
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-161-0/+444
* Make GCC happy by using makeAraryRef instead of the implicit conversion.Chandler Carruth2011-12-161-4/+4
* Add a generic collection of class templates to ADT for buildingChandler Carruth2011-12-161-0/+343
* [asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...Kostya Serebryany2011-12-151-0/+3
* Zap unnecessary semicolons.Eli Friedman2011-12-151-2/+2
* Update DebugLoc while merging nodes at -O0.Devang Patel2011-12-151-1/+3
* Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman2011-12-142-20/+21
* Model ARM predicated write as read-mod-write. e.g.Evan Cheng2011-12-141-3/+2
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-141-0/+3
* Allow target to specify register output dependency. Still default to one.Evan Cheng2011-12-141-0/+10
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-146-55/+172
* Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier2011-12-141-6/+2
* Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer2011-12-131-2/+43
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-131-6/+7
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-132-0/+5
* Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file andChad Rosier2011-12-121-2/+6
* Hexagon backend supportTony Linthicum2011-12-124-0/+3687
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-121-6/+2
* Add support for gnu_indirect_function.Roman Divacky2011-12-121-0/+1
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-121-1/+20
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-121-2/+6
* Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter whichChandler Carruth2011-12-121-2/+2
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-121-3/+2
* Minimize #include's and forward-declares in Target.Nick Lewycky2011-12-102-9/+0
* Fix typo, reported by Eitan Adler!Nick Lewycky2011-12-101-1/+1
* Add dump method for debugging.Bill Wendling2011-12-091-0/+3
* SplitBlockPredecessors uses ArrayRef instead of Data and Size.Jakub Staszak2011-12-091-3/+2
* [fast-isel] Add support for selecting insertvalue.Chad Rosier2011-12-091-0/+2
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-093-0/+71
* Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl...Evan Cheng2011-12-091-1/+2
* Add -unroll-runtime for unrolling loops with run-time trip counts.Andrew Trick2011-12-091-1/+4
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-082-33/+136
* Remove reference to dead GEPSplitterPass. PR11506.Eli Friedman2011-12-081-6/+0
* Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...Owen Anderson2011-12-082-0/+26
* Make MachineInstr instruction property queries more flexible. This change allEvan Cheng2011-12-081-58/+63
* Fix 80-column.Chad Rosier2011-12-081-1/+3
* Add Tsan annotations to the pass system.Nick Lewycky2011-12-081-1/+6
* Fix comments.Chad Rosier2011-12-081-1/+1
* EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne2011-12-071-0/+11
* Fix comments.Chad Rosier2011-12-071-1/+1
* Begin adding experimental support for preserving use-list ordering of bitcodeChad Rosier2011-12-071-1/+7
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-072-93/+347
* Adding missing anchor to DATDeltaAlgorithm.David Blaikie2011-12-071-0/+1
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-072-0/+2
* Add MachineOperand IsInternalRead flag.Jakob Stoklund Olesen2011-12-071-1/+26
* Extend AsmMatcher token literal matching to allow aliasing.Jim Grosbach2011-12-061-1/+14
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-065-29/+249
* use space star instead of star spaceSebastian Pop2011-12-061-6/+6