index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
whitespace
Andrew Trick
2012-01-13
1
-3
/
+3
*
Allow targets to select source order pre-RA scheduler.
Evan Cheng
2012-01-12
1
-0
/
+1
*
Move Sched::Preference out of TargetMachine.h where it is not referenced.
Evan Cheng
2012-01-12
2
-9
/
+9
*
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
1
-0
/
+1
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-2
/
+0
*
Split AsmParser into two components - AsmParser and AsmParserVariant
Devang Patel
2012-01-09
1
-1
/
+13
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
3
-0
/
+3
*
Add a if-conversion optimization that allows 'true' side of a diamond to be
Evan Cheng
2011-12-19
1
-0
/
+16
*
Add "using" to silence warnings.
Eli Friedman
2011-12-19
1
-0
/
+2
*
Attempt to fix PR11607 by shuffling around which class defines which methods.
Eli Friedman
2011-12-19
1
-2
/
+7
*
Emit a getMatchingSuperRegClass() implementation for every target.
Jakob Stoklund Olesen
2011-12-19
1
-3
/
+4
*
Model ARM predicated write as read-mod-write. e.g.
Evan Cheng
2011-12-14
1
-3
/
+2
*
Allow target to specify register output dependency. Still default to one.
Evan Cheng
2011-12-14
1
-0
/
+10
*
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-12-13
1
-0
/
+2
*
Minimize #include's and forward-declares in Target.
Nick Lewycky
2011-12-10
2
-9
/
+0
*
Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl...
Evan Cheng
2011-12-09
1
-1
/
+2
*
Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...
Owen Anderson
2011-12-08
1
-0
/
+24
*
Extend AsmMatcher token literal matching to allow aliasing.
Jim Grosbach
2011-12-06
1
-1
/
+14
*
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-06
2
-1
/
+11
*
Add support for vectors of pointers.
Nadav Rotem
2011-12-05
1
-2
/
+13
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
3
-133
/
+164
*
TargetMachine: document unnamed bool argument
Dylan Noblesmith
2011-12-02
1
-3
/
+3
*
Add a few more functions to TargetLibraryInfo. More of rdar://10500969.
Chad Rosier
2011-12-01
1
-0
/
+36
*
Add a few functions to TargetLibraryInfo.
Chad Rosier
2011-11-30
1
-13
/
+98
*
Alphabetize TargetLibraryInfo enum and fix doxygen comments. No functional
Chad Rosier
2011-11-30
1
-21
/
+21
*
Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable
Chad Rosier
2011-11-29
1
-0
/
+9
*
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
2011-11-17
1
-6
/
+50
*
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
1
-27
/
+15
*
Break false dependencies before partial register updates.
Jakob Stoklund Olesen
2011-11-15
1
-0
/
+68
*
Fix comment for LegalizeTypeAction enum.
Craig Topper
2011-11-13
1
-1
/
+1
*
Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV()
Richard Osborne
2011-11-07
1
-2
/
+2
*
Add missing includes/decls.
Eli Friedman
2011-11-04
2
-0
/
+6
*
Rename NonScalarIntSafe to something more appropriate.
Lang Hames
2011-10-26
1
-2
/
+2
*
Delete the Latency scheduling preference.
Dan Gohman
2011-10-24
1
-1
/
+0
*
Haven't yet found a nice way to handle TargetData verification in the
Lang Hames
2011-10-20
1
-13
/
+21
*
Comment out or remove unused parameter names so as to avoid a slew of
Duncan Sands
2011-10-20
1
-63
/
+69
*
Use ARM/t2PseudoInst class from ARM/Thumb2 special adds/subs patterns.
Andrew Trick
2011-10-18
1
-0
/
+9
*
whitespace
Andrew Trick
2011-10-18
1
-1
/
+1
*
Backing out patch. Will refactor to remove the AsmParser dependency on Target.
Lang Hames
2011-10-18
1
-21
/
+13
*
Re-applying the target data layout verification patch from r142288, plus appr...
Lang Hames
2011-10-17
1
-13
/
+21
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
1
-0
/
+9
*
142288 broke the build:
Rafael Espindola
2011-10-17
1
-21
/
+13
*
Validate target data layout strings.
Lang Hames
2011-10-17
1
-13
/
+21
*
Add comments to TargetLowering.h indicating that the set*Alignment functions ...
Hal Finkel
2011-10-17
1
-3
/
+5
*
improve some of the documentation around target data layout strings.
Chris Lattner
2011-10-11
1
-0
/
+7
*
Add a natural stack alignment field to TargetData, and prevent InstCombine from
Lang Hames
2011-10-10
1
-0
/
+6
*
Mark the standard pseudos as isPseudo = 1.
Jakob Stoklund Olesen
2011-10-10
1
-1
/
+1
*
Cosmetic change.
Evan Cheng
2011-10-06
1
-16
/
+16
*
Remove the TRI::getSubRegisterRegClass() hook.
Jakob Stoklund Olesen
2011-10-06
1
-22
/
+1
*
Add TRI::getSubClassWithSubReg(RC, Idx) function.
Jakob Stoklund Olesen
2011-10-05
1
-0
/
+14
[next]