summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Add missing dependency to Hexagon target.Diego Novillo2015-07-081-0/+1
* Use a raw_svector_ostream and simplify a loop. NFC.Rafael Espindola2015-07-081-6/+3
* [Win64] Only treat some functions as having the Win64 conventionReid Kleckner2015-07-081-2/+20
* Start adding support for writing archives in BSD format.Rafael Espindola2015-07-082-12/+34
* MIR Parser: Use source locations for MBB naming errors.Alex Lorenz2015-07-082-6/+20
* early exits -> less indenting; NFCISanjay Patel2015-07-081-23/+22
* [Hexagon] Implement commoning of GetElementPtr instructionsKrzysztof Parzyszek2015-07-083-0/+1340
* LibDriver: Fix output path inference.Peter Collingbourne2015-07-081-11/+7
* [LAA] Add missing debug output after r239285Adam Nemet2015-07-081-1/+3
* [SEH] Ensure that empty __except blocks have their own BBReid Kleckner2015-07-082-3/+8
* MC: Constify MCSubtargetInfo in getDeprecationInfo(), NFCDuncan P. N. Exon Smith2015-07-082-5/+5
* Inline function into only use.Rafael Espindola2015-07-081-12/+6
* Add a helper function to reduce a bit of code duplication.Rafael Espindola2015-07-081-25/+22
* Cosmetic cleanups - NFCEli Bendersky2015-07-082-6/+3
* [SPARC] Cleanup handling of the Y/ASR registers.James Y Knight2015-07-084-13/+22
* Use a range loop. NFC.Rafael Espindola2015-07-081-8/+6
* [Hexagon] Generate "insert" instructions more aggressivelyKrzysztof Parzyszek2015-07-083-1/+1604
* Revert 241681: causes Windows builds to failKrzysztof Parzyszek2015-07-083-1604/+1
* [Hexagon] Generate "insert" instructions more aggressivelyKrzysztof Parzyszek2015-07-083-1/+1604
* [LAA] Merge memchecks for accesses separated by a constant offsetSilviu Baranga2015-07-081-38/+215
* [X86][SSE] Added (V)ROUNDSD + (V)ROUNDSS stack folding supportSimon Pilgrim2015-07-081-4/+8
* Allow constfolding of llvm.sin.* and llvm.cos.* intrinsicsKarthik Bhat2015-07-081-0/+6
* Remove IsLittleEndian from TargetLowering and redirect to DataLayoutMehdi Amini2015-07-086-23/+26
* Redirect DataLayout from TargetMachine to Module in SjLjEHPrepareMehdi Amini2015-07-082-9/+5
* [WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologuesReid Kleckner2015-07-077-34/+95
* Redirect DataLayout from TargetMachine to Module in StackProtectorMehdi Amini2015-07-071-1/+1
* MIR Printer: Use a module slot tracker to print global address operands. NFC.Alex Lorenz2015-07-071-13/+12
* [WinEH] Add localaddress intrinsic instead of using frameaddressReid Kleckner2015-07-072-9/+21
* Add more nvcastsArnold Schwaighofer2015-07-071-0/+8
* [WebAssembly] Set the scheduling preference.Dan Gohman2015-07-071-0/+2
* Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner2015-07-0714-47/+47
* fix typo; NFCSanjay Patel2015-07-071-1/+1
* MIR Serialization: Serialize the 'dead' register machine operand flag.Alex Lorenz2015-07-074-2/+11
* Redirect DataLayout from TargetMachine to Module in SelectionDAGMehdi Amini2015-07-0712-142/+145
* Revert "Revert r241570, it caused PR24053"David Majnemer2015-07-072-31/+23
* Redirect DataLayout from TargetMachine to Module in GlobalMergeMehdi Amini2015-07-071-13/+16
* Redirect DataLayout from TargetMachine to Module in CodeGen PrepareMehdi Amini2015-07-071-27/+28
* Redirect DataLayout from TargetMachine to Module in FastISelMehdi Amini2015-07-071-1/+1
* Add a pattern for a nvcast from v2f64 -> v4f32Arnold Schwaighofer2015-07-071-0/+1
* Redirect DataLayout from TargetMachine to Module in MachineFunctionMehdi Amini2015-07-071-20/+20
* Use default member initializers to deduplicate code in X86MachineFunctionInfo...Reid Kleckner2015-07-071-50/+19
* Fix the -DBUILD_SHARED_LIBS=ON build.Rafael Espindola2015-07-073-2/+5
* MIR Parser: wrap 'MBBSlots' from the MI parsing functions in a struct. NFC.Alex Lorenz2015-07-073-33/+32
* Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola2015-07-073-11/+12
* Simplify by passing in the section of the symbol. NFC.Rafael Espindola2015-07-071-22/+5
* Revert r241570, it caused PR24053Nico Weber2015-07-071-22/+29
* [Hexagon] Fix unused variable warnings in NDEBUG build caused by r241595Krzysztof Parzyszek2015-07-072-12/+8
* [WinEH] Add a report_fatal_error for 32-bit stack realignmentReid Kleckner2015-07-071-0/+5
* [Hexagon] Implement bit-tracking facility with specifics for HexagonKrzysztof Parzyszek2015-07-075-0/+2832
* Common symbols don't have a value.Rafael Espindola2015-07-071-3/+2
OpenPOWER on IntegriCloud