index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2011-12-29
Rename Remember and Restore to RememberState and RestoreState for consistency.
Rafael Espindola
2011-12-29
Implement .cfi_escape. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
Fix grammar error noticed by Duncan.
Rafael Espindola
2011-12-28
Change CaptureTracking to pass a Use* instead of a Value* when a value is
Nick Lewycky
2011-12-27
Switch StringMap from an array of structures to a structure of arrays.
Benjamin Kramer
2011-12-24
Section relative fixups are a coff concept, not a x86 one. Replace the
Rafael Espindola
2011-12-24
Move x86 specific bits of the COFF writer to lib/Target/X86.
Rafael Espindola
2011-12-24
Define trivial destructor inline.
Rafael Espindola
2011-12-24
Make GetRelocType pure virtual.
Rafael Espindola
2011-12-23
When not destroying the source, the linker is not remapping the types. Added ...
Mon P Wang
2011-12-22
fix typo
Chris Lattner
2011-12-22
Move PPC bits to lib/Target/PowerPC.
Rafael Espindola
2011-12-22
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-12-22
Move the ARM specific parts of the ELF writer to Target/ARM.
Rafael Espindola
2011-12-22
Fixed typo.
Lang Hames
2011-12-21
Move common code into an MRI function.
Jakob Stoklund Olesen
2011-12-21
Changes the JSON parser to use the SourceMgr.
Manuel Klimek
2011-12-21
Move the X86 specific bits of the ELF writer to the Target/X86 directory.
Rafael Espindola
2011-12-21
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-21
Add const.
Rafael Espindola
2011-12-20
Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.
Jakub Staszak
2011-12-20
Add support to add named metadata operand.
Devang Patel
2011-12-20
Fixes a potential compilation error.
Manuel Klimek
2011-12-20
Pulls the implementation of skip() into JSONParser.
Manuel Klimek
2011-12-20
Addressing style issues in JSON parser.
Manuel Klimek
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
fix typo
Chris Lattner
2011-12-20
add a method to improve compatibility with SmallVector.
Chris Lattner
2011-12-20
Add basic generic CodeGen support for half.
Dan Gohman
2011-12-19
Add a if-conversion optimization that allows 'true' side of a diamond to be
Evan Cheng
2011-12-19
Add "using" to silence warnings.
Eli Friedman
2011-12-19
Attempt to fix PR11607 by shuffling around which class defines which methods.
Eli Friedman
2011-12-19
Emit a getMatchingSuperRegClass() implementation for every target.
Jakob Stoklund Olesen
2011-12-18
Allow inlining of functions with returns_twice calls, if they have the
Joerg Sonnenberger
2011-12-17
As Doug pointed out (and I really should know), it is perfectly easy to
Chandler Carruth
2011-12-17
Refactor code used in InstCombine::FoldAndOfICmps to new file.
Pete Cooper
2011-12-17
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
The powers that be have decided that LLVM IR should now support 16-bit
Dan Gohman
2011-12-16
Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...
Manuel Klimek
2011-12-16
Make GCC happy by using makeAraryRef instead of the implicit conversion.
Chandler Carruth
2011-12-16
Add a generic collection of class templates to ADT for building
Chandler Carruth
2011-12-15
[asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...
Kostya Serebryany
2011-12-15
Zap unnecessary semicolons.
Eli Friedman
2011-12-15
Update DebugLoc while merging nodes at -O0.
Devang Patel
2011-12-14
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-14
Model ARM predicated write as read-mod-write. e.g.
Evan Cheng
2011-12-14
Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object
Akira Hatanaka
2011-12-14
Allow target to specify register output dependency. Still default to one.
Evan Cheng
2011-12-14
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-14
Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...
Chad Rosier
[next]